﻿2026-07-23T03:37:34.3849887Z ##[group]Run actions/checkout@v5
2026-07-23T03:37:34.3850419Z with:
2026-07-23T03:37:34.3850716Z   fetch-depth: 0
2026-07-23T03:37:34.3851111Z   repository: BigscreenVR/spt-bs-core
2026-07-23T03:37:34.3853907Z   token: ***
2026-07-23T03:37:34.3854320Z   ssh-strict: true
2026-07-23T03:37:34.3854641Z   ssh-user: git
2026-07-23T03:37:34.3854962Z   persist-credentials: true
2026-07-23T03:37:34.3855322Z   clean: true
2026-07-23T03:37:34.3855650Z   sparse-checkout-cone-mode: true
2026-07-23T03:37:34.3856046Z   fetch-tags: false
2026-07-23T03:37:34.3856365Z   show-progress: true
2026-07-23T03:37:34.3856672Z   lfs: false
2026-07-23T03:37:34.3856986Z   submodules: false
2026-07-23T03:37:34.3857303Z   set-safe-directory: true
2026-07-23T03:37:34.3857684Z   allow-unsafe-pr-checkout: false
2026-07-23T03:37:34.3858073Z ##[endgroup]
2026-07-23T03:37:34.5610303Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T03:37:34.5611551Z ##[group]Getting Git version info
2026-07-23T03:37:34.5612091Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-23T03:37:34.5866599Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-23T03:37:34.6065665Z git version 2.43.0.windows.1
2026-07-23T03:37:34.6090437Z ##[endgroup]
2026-07-23T03:37:34.6098100Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\1f369c53-5d17-4962-891b-428ab18620d8\.gitconfig'
2026-07-23T03:37:34.6110713Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\1f369c53-5d17-4962-891b-428ab18620d8' before making global git config changes
2026-07-23T03:37:34.6111760Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T03:37:34.6115530Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-23T03:37:34.6341975Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-23T03:37:34.6560347Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T03:37:34.6586487Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T03:37:34.6591558Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T03:37:34.6789054Z HEAD
2026-07-23T03:37:34.7024531Z ##[endgroup]
2026-07-23T03:37:34.7027618Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-23T03:37:35.0432517Z ##[group]Cleaning the repository
2026-07-23T03:37:35.0436918Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-23T03:37:43.4366407Z Removing target/
2026-07-23T03:37:43.4396185Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-23T03:37:43.5229363Z HEAD is now at 33724eee Merge ce5728dcd1d43a5fb715de05dd204feb31de9543 into 3aecc35fb52034ed4538375d91ddd212bc431ef2
2026-07-23T03:37:43.5261293Z ##[endgroup]
2026-07-23T03:37:43.5261753Z ##[group]Disabling automatic garbage collection
2026-07-23T03:37:43.5266977Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-23T03:37:43.5505308Z ##[endgroup]
2026-07-23T03:37:43.5505788Z ##[group]Setting up auth
2026-07-23T03:37:43.5511652Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-23T03:37:43.5726348Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-23T03:37:43.9330808Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T03:37:43.9564401Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-23T03:37:44.3184595Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T03:37:44.3401751Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-23T03:37:44.6916822Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-23T03:37:44.7236659Z ##[endgroup]
2026-07-23T03:37:44.7237148Z ##[group]Fetching the repository
2026-07-23T03:37:44.7244637Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +33724eee058f64d9a13d252a4b9cf97b6c65c2ab:refs/remotes/pull/66/merge
2026-07-23T03:37:48.1807897Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-23T03:37:48.1808901Z  * [new branch]        build/daemon-lifecycle-w2 -> origin/build/daemon-lifecycle-w2
2026-07-23T03:37:48.1809383Z  * [new branch]        docs/release-hygiene-mechanisms -> origin/docs/release-hygiene-mechanisms
2026-07-23T03:37:48.1928790Z ##[endgroup]
2026-07-23T03:37:48.1929316Z ##[group]Determining the checkout info
2026-07-23T03:37:48.1929685Z ##[endgroup]
2026-07-23T03:37:48.1934702Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-23T03:37:48.2205066Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-23T03:37:48.2419776Z ##[group]Checking out the ref
2026-07-23T03:37:48.2423840Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/66/merge
2026-07-23T03:37:48.2783940Z HEAD is now at 33724eee Merge ce5728dcd1d43a5fb715de05dd204feb31de9543 into 3aecc35fb52034ed4538375d91ddd212bc431ef2
2026-07-23T03:37:48.2803983Z ##[endgroup]
2026-07-23T03:37:48.3046543Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-23T03:37:48.3270327Z 33724eee058f64d9a13d252a4b9cf97b6c65c2ab
